home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 November: Tool Chest / Dev.CD Nov 98 TC.toast / Sample Code / Snippets / Development Tools & Languages / Eenie / Eenie.MAMake < prev    next >
Encoding:
Text File  |  1993-01-18  |  1.6 KB  |  41 lines  |  [TEXT/MPS ]

  1. #---------------------------------------------------------------------------------------------------
  2. #                                                                                                   |
  3. #    File:            Eenie.MAMake                                                                    |
  4. #                                                                                                   |
  5. #    Description:    Makefile for Eeenie.                                                           |
  6. #                                                                                                   |
  7. #                                                                                                   |
  8. #    Copyright © 1991 by Apple Computer, Inc.  All rights reserved.                                  |
  9. #---------------------------------------------------------------------------------------------------
  10.  
  11.  
  12. #---------------------------------------------------------------------------------------------------
  13. #    List here the Application's Name
  14. AppName = Eenie
  15.  
  16.  
  17. #---------------------------------------------------------------------------------------------------
  18. #    List resource files that the Rez file includes if you want to include
  19. #    more or less than the standard set
  20.  
  21. #OtherRsrcFiles = ∂
  22. #    "{SrcApp}views.rsrc"
  23.  
  24.  
  25. #---------------------------------------------------------------------------------------------------
  26. #    List any additional interfaces that your application is dependent on
  27. OtherInterfaces =  ∂
  28.     "{SrcApp}IncludeFiles.h" ∂
  29.     "{SrcApp}EenieRez.h"
  30.     
  31.  
  32. #---------------------------------------------------------------------------------------------------
  33. #    Name any other object files to link in
  34. OtherLinkFiles = 
  35.  
  36.  
  37. #---------------------------------------------------------------------------------------------------
  38. #    Express any additional dependencies for separate compilations.
  39. #    Include dependencies for the MacApp and Building block interfaces
  40. #    if you are dependent on them
  41.